home *** CD-ROM | disk | FTP | other *** search
/ Know Your Baseball - The Greatest Player Resource / Know Your Baseball - Greatest Player.iso / Baseball / Director / KTGCST.CST / 00083_Script_83 < prev    next >
Text File  |  1998-09-21  |  338b  |  17 lines

  1. on mouseUp
  2.   losepop(window "pop")
  3.   if the mousecast = 62  then exit
  4.   resetsweater
  5.   resetbanner
  6.   puppetsound 0
  7.   set the membernum of sprite 48 = 0
  8.   updatestage
  9.   repeat with x = 2 to 48
  10.     puppetsprite x, 0
  11.   end repeat
  12.   go marker (-1)
  13.   repeat with x = 2 to 48
  14.     puppetsprite x, 1
  15.   end repeat
  16.   initprompts
  17. end